home *** CD-ROM | disk | FTP | other *** search
/ PC Player 2004 May / pc player 2004-05.iso / dvdstyles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-02-05  |  1.7 KB  |  129 lines

  1. table, td
  2. {
  3.     font-family: arial, tahoma, verdana;
  4.     font-size: 12px;
  5. }
  6.  
  7. #outer
  8. {
  9.     width: 750px;
  10.     background-color: yellow;
  11. }
  12.  
  13. #header
  14. {
  15.     background-color: #000000;
  16.     padding: 4px;
  17.     border-bottom: 1px solid black;
  18.     text-align: left;
  19.     height: 65px;
  20. }
  21.  
  22. #headerlogo
  23. {
  24.     float: left;
  25. }
  26.  
  27. #headertext
  28. {
  29.     text-align: right;
  30.     font-size: 18px;
  31.     color: #ffffff;
  32.     clear: right;
  33. }
  34.  
  35. #mainleft
  36. {
  37.     width: 150px;
  38.     background-color: #cc0000;
  39.     border-left: 1px solid black;
  40.     border-bottom: 1px solid black;
  41.     text-align: center;
  42. }
  43.  
  44. #mainmid
  45. {
  46.     background-color: #ffffff;
  47.     padding: 8px;
  48.     border-right: 1px solid black;
  49.     border-bottom: 1px solid black;
  50. }
  51.  
  52. div.clear
  53. {
  54.     clear: both;
  55. }
  56.  
  57. div.menusection
  58. {
  59.     border: 1px solid black;
  60.     padding-top: 2px;
  61.     padding-left: 2px;
  62.     padding-right: 2px;
  63.     padding-bottom: 8px;
  64.     margin-bottom: 8px;
  65.     background-color: #000000;
  66.     width: 135px;
  67.     text-align: left;
  68. }
  69.  
  70. div.menuheader
  71. {
  72.     font-weight: bold;
  73.     color: #008800;
  74.     padding-left: 4px;
  75.     border-top: 1px solid black;
  76.     border-bottom: 1px solid black;
  77. }
  78.  
  79. div.menuitem
  80. {
  81.     padding-left: 8px;
  82.     color: #ffffff;
  83. }
  84.  
  85. div.cover
  86. {
  87.     float: right;
  88.     padding-top: 32px;
  89.     padding-left: 8px;
  90.     padding-right: 8px;
  91. }
  92.  
  93. div.header
  94. {
  95.     font-size: 18px;
  96.     font-weight: bold;
  97.     padding-bottom: 16px;
  98. }
  99.  
  100. div.itemouter
  101. {
  102.     border: 1px solid #888888;
  103.     background-color: #cccccc;
  104.     padding: 4px;
  105.     margin-bottom: 8px;
  106. }
  107.  
  108. div.itemheader
  109. {
  110.     font-size: 14px;
  111.     font-weight: bold;
  112.     padding-bottom: 4px;
  113. }
  114.  
  115. div.menuitem a, div.menuitem a:link, div.menuitem a:visited
  116. {
  117.     color: #ffffff;
  118.     text-decoration: none;
  119. }
  120.  
  121. div.menuitem a:hover
  122. {
  123.     text-decoration: underline;
  124. }
  125.  
  126. td.itemimage
  127. {
  128.     padding-left: 4px;
  129. }